home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Demos / MF18 / Excel 5.0 Demo / Microsoft Excel 5.0 Demo / MS Mac Excel Demo / 00424.ls < prev    next >
Encoding:
Text File  |  1994-08-11  |  164 b   |  9 lines

  1. on exitFrame
  2.   global gcountMax, gCountLoops
  3.   set gCountLoops to gCountLoops + 1
  4.   if gCountLoops = gcountMax then
  5.     MainMenuTimeout()
  6.   end if
  7.   cursor(-1)
  8. end
  9.